.main-menu-items h1 {
  text-align: center;
  text-shadow: rgb(16, 18, 19) 3px 0px 0px, rgb(16, 18, 19) 2.83487px 0.981584px 0px, rgb(16, 18, 19) 2.35766px 1.85511px 0px, rgb(16, 18, 19) 1.62091px 2.52441px 0px, rgb(16, 18, 19) 0.705713px 2.91581px 0px, rgb(16, 18, 19) -0.287171px 2.98622px 0px, rgb(16, 18, 19) -1.24844px 2.72789px 0px, rgb(16, 18, 19) -2.07227px 2.16926px 0px, rgb(16, 18, 19) -2.66798px 1.37182px 0px, rgb(16, 18, 19) -2.96998px 0.42336px 0px, rgb(16, 18, 19) -2.94502px -0.571704px 0px, rgb(16, 18, 19) -2.59586px -1.50383px 0px, rgb(16, 18, 19) -1.96093px -2.27041px 0px, rgb(16, 18, 19) -1.11013px -2.78704px 0px, rgb(16, 18, 19) -0.137119px -2.99686px 0px, rgb(16, 18, 19) 0.850987px -2.87677px 0px, rgb(16, 18, 19) 1.74541px -2.43999px 0px, rgb(16, 18, 19) 2.44769px -1.73459px 0px, rgb(16, 18, 19) 2.88051px -0.838247px 0px;
  color: white;
}

.position {
  position: fixed;
  top: 30px;
  right: 50px;
}

.core-properties {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
}

.colour {
  color: black;
}

#main-menu-button {
  z-index: 1;
}

#main-menu-button>span {
  display: block;
  position: relative;
  height: 5px;
  width: 30px;
  margin: 5px 0;
  background-color: black;
}

.main-menu-core-properties {
  background-color: #A0A0A0;
  position: fixed;
  height: 60vh;
  border-radius: 100px;
  width: 20vw;

  display: none;
}

.main-menu-show {
  display: block;
}

ul.main-menu-items {
  background-color: #A0A0A0;
  width: 100%;
  height: 100%;
  top: 50%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.main-menu-items>li {
  text-align: right;
  margin: 40px;
}

#main-menu-container.main-menu-position {
  top: 50%;
  left: 50%;
  transform: translate(-200%, -60%);
}

@media (max-width: 1279px) {
  .main-menu-items h1 {
    text-align: center;
    text-shadow: rgb(16, 18, 19) 3px 0px 0px, rgb(16, 18, 19) 2.83487px 0.981584px 0px, rgb(16, 18, 19) 2.35766px 1.85511px 0px, rgb(16, 18, 19) 1.62091px 2.52441px 0px, rgb(16, 18, 19) 0.705713px 2.91581px 0px, rgb(16, 18, 19) -0.287171px 2.98622px 0px, rgb(16, 18, 19) -1.24844px 2.72789px 0px, rgb(16, 18, 19) -2.07227px 2.16926px 0px, rgb(16, 18, 19) -2.66798px 1.37182px 0px, rgb(16, 18, 19) -2.96998px 0.42336px 0px, rgb(16, 18, 19) -2.94502px -0.571704px 0px, rgb(16, 18, 19) -2.59586px -1.50383px 0px, rgb(16, 18, 19) -1.96093px -2.27041px 0px, rgb(16, 18, 19) -1.11013px -2.78704px 0px, rgb(16, 18, 19) -0.137119px -2.99686px 0px, rgb(16, 18, 19) 0.850987px -2.87677px 0px, rgb(16, 18, 19) 1.74541px -2.43999px 0px, rgb(16, 18, 19) 2.44769px -1.73459px 0px, rgb(16, 18, 19) 2.88051px -0.838247px 0px;
    color: white;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 70vh;
    width: 80vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }




  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (max-width: 375px) {
  .main-menu-items h1 {
    text-align: center;
    text-shadow: rgb(16, 18, 19) 3px 0px 0px, rgb(16, 18, 19) 2.83487px 0.981584px 0px, rgb(16, 18, 19) 2.35766px 1.85511px 0px, rgb(16, 18, 19) 1.62091px 2.52441px 0px, rgb(16, 18, 19) 0.705713px 2.91581px 0px, rgb(16, 18, 19) -0.287171px 2.98622px 0px, rgb(16, 18, 19) -1.24844px 2.72789px 0px, rgb(16, 18, 19) -2.07227px 2.16926px 0px, rgb(16, 18, 19) -2.66798px 1.37182px 0px, rgb(16, 18, 19) -2.96998px 0.42336px 0px, rgb(16, 18, 19) -2.94502px -0.571704px 0px, rgb(16, 18, 19) -2.59586px -1.50383px 0px, rgb(16, 18, 19) -1.96093px -2.27041px 0px, rgb(16, 18, 19) -1.11013px -2.78704px 0px, rgb(16, 18, 19) -0.137119px -2.99686px 0px, rgb(16, 18, 19) 0.850987px -2.87677px 0px, rgb(16, 18, 19) 1.74541px -2.43999px 0px, rgb(16, 18, 19) 2.44769px -1.73459px 0px, rgb(16, 18, 19) 2.88051px -0.838247px 0px;
    color: white;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 80vh;
    width: 80vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }




  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 1366px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 70vh;
    width: 25vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-180%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (max-width: 375px) {
  .main-menu-items h1 {
    text-align: center;
    text-shadow: rgb(16, 18, 19) 3px 0px 0px, rgb(16, 18, 19) 2.83487px 0.981584px 0px, rgb(16, 18, 19) 2.35766px 1.85511px 0px, rgb(16, 18, 19) 1.62091px 2.52441px 0px, rgb(16, 18, 19) 0.705713px 2.91581px 0px, rgb(16, 18, 19) -0.287171px 2.98622px 0px, rgb(16, 18, 19) -1.24844px 2.72789px 0px, rgb(16, 18, 19) -2.07227px 2.16926px 0px, rgb(16, 18, 19) -2.66798px 1.37182px 0px, rgb(16, 18, 19) -2.96998px 0.42336px 0px, rgb(16, 18, 19) -2.94502px -0.571704px 0px, rgb(16, 18, 19) -2.59586px -1.50383px 0px, rgb(16, 18, 19) -1.96093px -2.27041px 0px, rgb(16, 18, 19) -1.11013px -2.78704px 0px, rgb(16, 18, 19) -0.137119px -2.99686px 0px, rgb(16, 18, 19) 0.850987px -2.87677px 0px, rgb(16, 18, 19) 1.74541px -2.43999px 0px, rgb(16, 18, 19) 2.44769px -1.73459px 0px, rgb(16, 18, 19) 2.88051px -0.838247px 0px;
    color: white;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 80vh;
    width: 80vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }




  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (max-width: 414px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 60vh;
    width: 60vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}



@media (max-width: 375px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 75vh;
    width: 70vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }
}

@media (width: 1180px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 70vh;
    width: 25vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 768px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 55vh;
    width: 35vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 1280px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 65vh;
    width: 25vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 912px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 40vh;
    width: 30vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 820px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 45vh;
    width: 35vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 540px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 70vh;
    width: 60vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }

  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}

@media (width: 1024px) {
  .main-menu-items h1 {
    text-align: center;
  }

  .position {
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .main-menu-core-properties {
    background-color: black;
    position: fixed;
    height: 85vh;
    width: 30vw;
    border-radius: 100px;
    display: none;
    border-radius: 100px;
  }

  .main-menu-show {
    display: block;
  }

  ul.main-menu-items {
    background-color: gray;
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.main-menu-items>li {
    text-align: right;
    margin: 40px;
  }


  #main-menu-container.main-menu-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .underline {
    position: relative;
  }

  .underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 180px;
    height: 2px;
    background-color: black;
  }


}